home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 2109 / 2109.xpi / chrome / febe.jar / content / febeProfile.xul < prev    next >
Extensible Markup Language  |  2009-07-04  |  5KB  |  120 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <?xml-stylesheet href="chrome://febe/skin/febe.css" type="text/css"?>
  3.  
  4. <!DOCTYPE window [
  5.     <!ENTITY % febeDTD SYSTEM "chrome://febe/locale/febe.dtd">
  6.     %febeDTD;
  7.     <!ENTITY % febeHelpDTD SYSTEM "chrome://febe/locale/febeHelp.dtd">
  8.     %febeHelpDTD;
  9. ]>
  10.  
  11. <window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
  12.     id="febeRestoreProfileWindow"
  13.     title="&febe.caption.restore.profile;"
  14.     windowtype="febe:restoreProfile"
  15.     onload="febeProfileWindowInit(); sizeToContent();"
  16.     minwidth="360">
  17.  
  18.     <script type="application/x-javascript" src="chrome://febe/content/febe.js"></script>
  19.     <script type="application/x-javascript" src="chrome://febe/content/febeCommon.js"></script>
  20.     <script type="application/x-javascript" src="chrome://febe/content/febeScheduleBackup.js"></script>
  21.     <script type="application/x-javascript" src="chrome://febe/content/febeProfile.js"></script>
  22.     <script type="application/x-javascript"    src="chrome://febe/content/febeObserver.js"></script>
  23.     <script type="application/x-javascript" src="chrome://global/content/globalOverlay.js"></script>
  24.  
  25.     <stringbundleset id="stringbundleset">
  26.         <stringbundle id="febe-strings" src="chrome://febe/locale/febe.properties"/>
  27.     </stringbundleset>
  28.  
  29.     <groupbox id="febeProfileOptions">
  30.         <caption>
  31.             <label id="febeRestoreID" value="&febe.caption.restore.profile;"/>
  32.             <image id="febeHelp05" tooltiptext="&febe.tooltiphelp.msg;" onclick="febeHelp('05','&febe.caption.restore.profile;');" class="helpButton"/>
  33.         </caption>
  34.         <grid id="febeProfileGrid" flex="1">
  35.             <columns>
  36.                 <column/>
  37.                 <column flex="1"/>
  38.             </columns>
  39.             <rows>
  40.                 <row>
  41.                     <label id="febeCurrentProfileLabel" value="&febe.currentprofile.label;"/>
  42.                     <label id="febeCurrentProfileText" class="fontbold" value=""/>
  43.                 </row>
  44.                 <row>
  45.                     <label id="febeSelectedProfileLabel" value="&febe.selectedtprofile.label;"/>
  46.                     <label id="febeSelectedProfileText" class="fontbold" value=""/>
  47.                 </row>
  48.                 <row>
  49.                     <label id="febeDestinationProfileLabel" value="&febe.destinationprofile.label;"/>
  50.                     <label id="febeDestinationProfileText" class="fontbold" value=""/>
  51.                 </row>
  52.             </rows>
  53.         </grid>
  54.         <listbox rows="6" id="febeProfileList" control="febeDestinationProfileText"
  55.             onselect="febeProfileSelected();">
  56.             <listhead>
  57.                 <listheader label="&febe.profilelist.caption;"/>
  58.             </listhead>
  59.             <listitem label="" hidden="true"/>
  60.         </listbox>
  61.     </groupbox>
  62.     <groupbox id="febeCreateProfileID" hidden="true">
  63.         <caption>
  64.             <label id="febeRestoreID" value="&febe.button.createprofile.label;"/>
  65.             <image id="febeHelp36" tooltiptext="&febe.tooltiphelp.msg;" onclick="febeHelp('36','&febe.button.createprofile.label;');" class="helpButton"/>
  66.         </caption>
  67.         <hbox align="center">
  68.             <label value="&febe.createprofile.label;"/>
  69.             <textbox id="newprofileID" clickSelectsAll="true" defaultValue="" tabindex="1"/>
  70.         </hbox>
  71.         <separator class="thin"/>
  72.         <hbox pack="center">
  73.             <button label="&febe.create;" oncommand="febeCreateProfile()" tabindex="2"/>
  74.             <button label="&febe.cancel;" oncommand="febeCancelCreateProfile()"/>
  75.         </hbox>
  76.     </groupbox>
  77.     <separator class="thin"/>
  78.     <groupbox id="febeProfileRestoreBox" hidden="true">
  79.         <label value="&febe.restore.progress.caption;" class="fontI12"/>
  80.         <progressmeter mode="undetermined"/>
  81.     </groupbox>
  82.     <groupbox id="febeProfileButtonBox" flex="1" hidden="false">
  83.         <grid>
  84.             <columns>
  85.                 <column flex="1"/>
  86.                 <column flex="1"/>
  87.             </columns>
  88.             <rows>
  89.                 <row>
  90.                     <button label="&febe.button.selectprofile.local.label;" oncommand="febeGetProfileBackup('local');"/>
  91.                     <button id="onlinerestorebuttonID" label="&febe.button.selectprofile.online.label;" oncommand="febeRestoreOnlineBackup('profile');"/>
  92.                 </row>
  93.                 <row>
  94.                     <button label="&febe.button.createprofile.label;" oncommand="febeCreateProfileInit();"/>
  95.                     <button label="&febe.profile.restart.options.caption;" oncommand="febeStartupButton();"/>
  96.                 </row>
  97.                 <row>
  98.                     <button id="startProfileRestoreID" label="&febe.button.startprofile.label;" style="font-weight: bold;" oncommand="febeStartProfileRestoreCheck();"/>
  99.                     <button label="&febe.cancelclose;" oncommand="window.close()"/>
  100.                 </row>
  101.             </rows>
  102.         </grid>
  103.     </groupbox>
  104.     <groupbox id="febeStartupBox" hidden="true">
  105.         <caption>
  106.             <label id="febeStartupBoxID" value="&febe.profile.restart.options.caption;"/>
  107.             <image id="febeHelp37" tooltiptext="&febe.tooltiphelp.msg;" onclick="febeHelp('37','&febe.profile.restart.options.caption;');" class="helpButton"/>
  108.         </caption>
  109.         <vbox>
  110.             <radiogroup id="febeStartupOptionID" width="330">
  111.                 <radio id="febeStartupOption1ID" label="&febe.profile.restart.option1.label;" accesskey="&febe.profile.restart.option1.accesskey;"/>
  112.                 <radio id="febeStartupOption2ID" label="&febe.profile.restart.option2.label;" accesskey="&febe.profile.restart.option2.accesskey;"/>
  113.                 <radio id="febeStartupOption3ID" label="&febe.profile.restart.option3.label;" accesskey="&febe.profile.restart.option3.accesskey;" selected="true"/>
  114.             </radiogroup>
  115.             <hbox pack="center">
  116.                 <button label="&febe.accept;" oncommand="febeStartupOptions()"/>
  117.             </hbox>
  118.         </vbox>
  119.     </groupbox>
  120. </window>